home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the mouseH < 32 then
- set the text of member "BillTextDisplay 2" to line random(the number of lines in field "BillTextBank") of field "BillTextBank"
- repeat while the mouseDown
- set the locH of sprite the clickOn to max(8, min(585, the mouseH))
- updateStage()
- end repeat
- end if
- end
-